var internal/cpu.options

16 uses

	internal/cpu (current package)
		cpu.go#L192: var options []option
		cpu.go#L240: 			for i := range options {
		cpu.go#L241: 				options[i].Specified = true
		cpu.go#L242: 				options[i].Enable = enable
		cpu.go#L247: 		for i := range options {
		cpu.go#L248: 			if options[i].Name == key {
		cpu.go#L249: 				options[i].Specified = true
		cpu.go#L250: 				options[i].Enable = enable
		cpu.go#L258: 	for _, o := range options {
		cpu_x86.go#L72: 	options = []option{
		cpu_x86.go#L86: 		options = append(options,
		cpu_x86.go#L96: 		options = append(options,
		cpu_x86.go#L106: 		options = append(options,